Skip to content

add Cursor marketplace installation - #13

Merged
godronus merged 3 commits into
G-Core:mainfrom
antonzmiievskyi:cursor-marketplace-install
Aug 4, 2026
Merged

add Cursor marketplace installation#13
godronus merged 3 commits into
G-Core:mainfrom
antonzmiievskyi:cursor-marketplace-install

Conversation

@antonzmiievskyi

Copy link
Copy Markdown
Collaborator

Summary

  • expose the packaged Cursor plugin through a repository-level marketplace manifest
  • document personal CLI and Teams/Enterprise installation, credential setup, updates, and troubleshooting
  • validate the marketplace source in the Cursor plugin CI workflow and align distribution docs with the third runtime target

Test plan

  • bash scripts/validate-cursor-plugin.sh
  • bash -n scripts/validate-cursor-plugin.sh
  • jq empty .cursor-plugin/marketplace.json
  • git diff --check
  • install the plugin from the fork through Cursor CLI and verify it appears in /plugin

Made with Cursor

Expose the packaged FastEdge plugin for Git-based Cursor marketplace testing.
Explain personal and team installation flows and validate the repository-level marketplace descriptor so users can install without a local clone.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a repository-root Cursor marketplace descriptor and expands documentation/CI validation so the FastEdge plugin can be installed and maintained across Claude Code, Codex, and Cursor.

Changes:

  • Introduces .cursor-plugin/marketplace.json and validates it in scripts/validate-cursor-plugin.sh.
  • Updates root + plugin READMEs and docs to document Cursor installation, credential setup (incl. macOS GUI env), updates, and troubleshooting.
  • Extends the Cursor plugin validation workflow to trigger on .cursor-plugin/** changes.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
scripts/validate-cursor-plugin.sh Adds validation for the repository-root Cursor marketplace descriptor and asserts it exposes the Cursor plugin correctly.
README.md Updates positioning to “plugins” (Claude/Codex/Cursor) and adds Cursor install + credential guidance.
plugins/gcore-fastedge-cursor/README.md Documents Cursor marketplace install flow and local development/regeneration steps.
docs/quickstart.md Updates README anchor link after README section rename.
docs/INDEX.md Adds Cursor plugin/doc entries and marketplace metadata section updates.
docs/cursor-quickstart.md Adds a dedicated Cursor quickstart (install, credentials, team setup, troubleshooting).
context/PLUGIN_DISTRIBUTION.md Updates architecture/distribution doc to include Cursor marketplace and artifact.
.github/workflows/validate-cursor-plugin.yaml Expands workflow path filters to include .cursor-plugin/**.
.cursor-plugin/marketplace.json New Cursor marketplace descriptor pointing to plugins/gcore-fastedge-cursor.
Suppressed comments (1)

docs/INDEX.md:34

  • This section claims to list where marketplace metadata lives, but it omits the Claude Code descriptor at .claude-plugin/marketplace.json. That can mislead maintainers/users into thinking only Codex/Cursor have repository-local marketplace files.
Marketplace metadata lives at:

- `.agents/plugins/marketplace.json`
- `.cursor-plugin/marketplace.json`


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/validate-cursor-plugin.sh Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@godronus
godronus merged commit fc6e9f6 into G-Core:main Aug 4, 2026
kostichs pushed a commit to G-Core/product-documentation that referenced this pull request Aug 4, 2026
Cursor now has a native gcore-fastedge plugin (G-Core/fastedge-plugin#13,
merged Aug 4), alongside Claude Code and Codex. Update the AI-assisted
development article with a Cursor install tab, MCP server credential setup
(including the macOS launchctl workaround), and a client-prefix table for
skill invocation. Move Cursor out of the standalone-MCP-client list since it
now has first-class plugin support.

Verified live: installed Cursor CLI, registered the marketplace, confirmed
the plugin skill list and MCP server, and corrected two details the
plugin own docs got wrong for this environment: the interactive command is
/plugins, not /plugin, and the install scope prompt does not literally say
user or project.

Also updates fastedge/local-development/overview.mdx and
fastedge/troubleshooting.mdx to mention Cursor alongside Claude Code and Codex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants